home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / BOOTMARK / bootMark / UNINSTAL.IN_ / UNINSTAL.IN
Text File  |  1997-04-08  |  17KB  |  707 lines

  1. ;******************************************************
  2. ; Norton System Information uninstall script
  3. ; (c) 1996 Symantec - Peter Norton Product Group
  4. ; For use with the Symantec Install version 4.2 32-bit
  5. ;******************************************************
  6.  
  7. ; switch03 - MM Version of installation
  8. ; switch04 - Re-enable NPROTECT
  9. ; switch05 - RegTrk directory has files
  10. ; switch92 - SWITCH_REALFULLUNINSTALL
  11. ; switch40 - SWITCH_FULLUNINSTALL
  12. ; switch99 - Used for various things
  13.  
  14. [InstallVersion]
  15. 4.0
  16.  
  17. [Process]
  18. EnableForceWrite()
  19. EnableOverwrite()
  20. Uninstall()
  21.  
  22. Bitmaps(pix)
  23. DisableHelp()
  24. Backup(CustDLLCopy)
  25.  
  26. SetActiveCopy(SICopy,uninstal.inf)
  27.  
  28. ; Initialize the custom dll
  29.  
  30. CallProc(Memory)
  31.  
  32. ; Begin with the welcome wizard panel
  33.  
  34. WizardPanel(Welcome,siwsi.dll)
  35. WizardProcessPanel()
  36.  
  37. WizardPanel(RemoveFiles,siwsi.dll)
  38.  
  39. FullUninstall()
  40. SelectOption(BaseFiles)
  41.  
  42. ; Get the proper paths for our basic targets
  43.  
  44. ResetTarget(TargetSource)
  45. CallProcEx(FindSharedComponents)
  46. CallProcEx(GetShortTarget)
  47. CallProcEx(GetShortShared)
  48.  
  49. WizardProcessPanel()
  50.  
  51. DeselectOption(symevnt)
  52.  
  53. DisableUtils()
  54. Uncopy()
  55. EnableUtils()
  56.  
  57. CallProcEx(RegStatusCreate)
  58.  
  59. CallProcEx(DelRegSysinfowKeys)
  60. CallProcEx(DelRegSysinfowValues)
  61. CallProc(LINK_SYSINFO)
  62. CallProc(LINK_UNINSTALL)
  63.  
  64. CallProcEx(RegStatus66)
  65. CallProcEx(RegStatus100)
  66. CallProcEx(RegStatus100)
  67. CallProcEx(EndStatusBox)
  68.  
  69. CallProcEx(CleanUpStatus)
  70. CallProcEx(RegStatus33)
  71.  
  72. CallProcEx(DecrementSysfiles)
  73. Delete(Leftovers)
  74.  
  75. CallProcEx(FullUnInstall)
  76.  
  77. switch99=Exists(SymeventVXD)
  78. #ifnot(switch99)
  79.     CallProcEx(DelRegSymeventVXD)
  80. #endif
  81.  
  82. CallProcEx(DelRegUninstallKey)
  83. CallProcEx(DelRegBaseKeys)
  84. CallProcEx(DelRegBaseValues)
  85.  
  86. CallProcEx(DelSharedLeftover)
  87.  
  88. switch99=CallProcEx(CheckRegHKCUSymantec)
  89. #if(switch99)
  90.     CallProcEx(DelRegHKCUSymantec)
  91. #endif
  92.  
  93. switch99=CallProcEx(CheckRegInstalledApps)
  94. #if(switch99)
  95.     CallProcEx(DelRegInstalledApps)
  96. #endif
  97.  
  98. switch99=CallProcEx(CheckRegHKLMSymantec)
  99. #if(switch99)
  100.     CallProcEx(DelRegHKLMSymantec)
  101. #endif
  102.  
  103. CallProcEx(RegStatus66)
  104. CallProcEx(RegStatus100)
  105. CallProcEx(RegStatus100)
  106. CallProcEx(EndStatusBox)
  107.  
  108. WizardPanel(Finished,siwsi.dll)
  109. WizardProcessPanel()
  110.  
  111. CallProcEx(ExitHookProc)
  112.  
  113. switch99=IsInstallShell()
  114. #if(switch99)
  115.     ExitReboot()
  116. #else
  117.     ExitRestart()
  118. #endif
  119. End()
  120.  
  121. [SubProc]
  122. Backup(CustDLLCopy)
  123. DelFromIni(KillVxds)
  124. Return()
  125.  
  126. ;********************************************************************
  127. ; Copy sections
  128. ;********************************************************************
  129.  
  130. [SICopy]
  131. CopyMain.BaseFiles,    "Norton Sysinfo Base Files - %ldK",           0, Y, N, Y
  132. CopySub.symevnt,       " "
  133. CopySub.nushared,      " "
  134. CopySub.sysshared,     " "
  135. CopySub.winbase,       " "
  136. CopySub.sysinfow,      " "
  137.  
  138. CopyMain.DoNotRemove,  "Dummy Entry - Don't remove",                   0, N, N, N
  139. CopySub.xxx,           "Bogus Field"
  140. CopySub.yyy,           "Bogus Field"
  141.  
  142. [SICopy:TypeSelect]
  143. count = 2
  144. caption = "Norton System Information Uninstall Type"
  145. text = "Please Select the type of uninstall you want to perform."
  146. grouptext = "Uninstall Types"
  147. button1 = "&Selective Uninstall"
  148. button2 = "&Full Uninstall"
  149. descrip1 = "This option allows you to select the Norton Sysinfo components you would like to remove from your hard drive."
  150. descrip2 = "This option completely removes Norton System Information from your hard drive."
  151.  
  152. [SICopy:Primary]
  153. caption = "Norton System Information Main Selection"
  154. button1 = "Select..."
  155. button2 = "Select..."
  156. button3 = "Select..."
  157. button4 = "Select..."
  158. button5 = "Select..."
  159. text = App1Text
  160. selsizetext = "Total of selected components:"
  161. DisableButtons = 0
  162.  
  163. [SICopy:Component]
  164. caption = "Norton System Information - Component Selection"
  165. text    = "Select/Deselect the components you want to remove.  Checked items will be uninstalled."
  166.  
  167. [SICopy:CopyDialog]
  168. caption = "Copying Norton Utilities Files..."
  169. posx = -10
  170. posy = -10
  171.  
  172. [App1Text]
  173. "Please select the items you wish to remove.  If a selection"
  174. "has a button to the right, you can select individual files or"
  175. "components."
  176.  
  177. ;********************************************************************
  178. ; Groups
  179. ;********************************************************************
  180.  
  181. [groups]
  182. "Norton System Information", sysinfo.grp
  183.  
  184. ; itemname,                filename,       link,   icon   file    icon name,  icon  params,  startdir
  185. ;                                                  index, loc,                loc,
  186.  
  187. [Norton System Information]
  188. "System Information",      si32.exe,       sysinfow,  0,  TARGET
  189. "Uninstall Sysinfo",       setup.exe,      basefiles, 0,  TARGET, , , "/U"
  190.  
  191.  
  192. ;********************************************************************
  193. ; Dialog text
  194. ;********************************************************************
  195.  
  196. [Errors]
  197. NoPrev  =  "Symantec Install for Windows is already running!"
  198.  
  199. [FileCopy]
  200. copycaption   =  "Installing Norton System Information"
  201. errorcaption  =  "Error Copying Files"
  202. insertcaption =  "Insert Diskette"
  203. Message       =   MessageText
  204.  
  205. [Cancel]
  206. caption = "Norton System Information - Exit Uninstall"
  207. text    = "Are you sure you want to exit?"
  208.  
  209. [CancelShell]
  210. caption = "Norton System Information - Exit Uninstall"
  211. "You have selected to cancel Uninstall."
  212. "In order to reset the Windows"
  213. "environment, Uninstall will also restart"
  214. " your computer.  Are you sure you want to exit?"
  215.  
  216. ;********************************************************************
  217. ; File backups
  218. ;********************************************************************
  219.  
  220. [CustDLLCopy]
  221. siwsi.dll, siwsi.dll, SOURCE, TEMPDIR
  222.  
  223. [WinComBackup]
  224. winnu10.cob, win.com, WINDOWS, WINDOWS
  225.  
  226.  
  227. ;********************************************************************
  228. ; File deletes
  229. ;********************************************************************
  230.  
  231. [DelInfoDesk]
  232. infodesk.gid,   TARGET3
  233.  
  234. [Leftovers]
  235. win.siw,       WINDOWS
  236. system.siw,    WINDOWS
  237. system.nu,     WINDOWS
  238. siwsi.dll,     WINDOWS
  239. ctl3d32.dll,   WINDOWS
  240. pipeline.dll,  SOURCE
  241. pipeline.dll,  TARGET2
  242. pipeline.dll,  TARGET3
  243. pipeline.ini,  SOURCE
  244. pipeline.ini,  TARGET
  245.  
  246. [OnRampLeftovers]
  247. hscript.scp, TARGET11
  248. liveupdt.hst, TARGET11
  249.  
  250. ;********************************************************************
  251. ; External function calls
  252. ;********************************************************************
  253.  
  254. [LINK_SYSINFO]
  255. dll = siwsi.dll
  256. function = RemoveLinkFile
  257. LINK = "System Information.LNK"
  258.  
  259. [LINK_UNINSTALL]
  260. dll = siwsi.dll
  261. function = RemoveLinkFile
  262. LINK = "Uninstall Sysinfo.LNK"
  263.  
  264. [ShowTargets]
  265. dll = siwsi.dll
  266. function = ShowTargets
  267.  
  268. [Memory]
  269. dll = siwsi.dll
  270. function = InitMemory
  271.  
  272. [ExitHookProc]
  273. dll = siwsi.dll
  274. function = ReleaseDLL
  275.  
  276. [DeleteDir]
  277. dll = siwsi.dll
  278. function = DeleteDirectory
  279.  
  280. [DeleteTargetDir]
  281. dll = siwsi.dll
  282. function = DeleteDirectory
  283. location = TARGET
  284.  
  285. [DeleteOnRampDir]
  286. dll = siwsi.dll
  287. function = DeleteDirectory
  288. location = TARGET11
  289.  
  290. [DeleteLinks]
  291. dll = siwsi.dll
  292. function = RemoveLinks
  293.  
  294. [FindSharedComponents]
  295. dll = siwsi.dll
  296. function = FindSharedComponents
  297.  
  298. [UsageCounts]
  299. dll = siwsi.dll
  300. function = UpdateUsageCounts
  301.  
  302. [GetShort]
  303. dll = siwsi.dll
  304. function = ConvertToShortName
  305.  
  306. [GetShortTarget]
  307. dll = siwsi.dll
  308. function = ConvertToShortName
  309. source = 0
  310. dest = 6
  311.  
  312. [GetShortShared]
  313. dll = siwsi.dll
  314. function = ConvertToShortName
  315. source = 3
  316. dest = 8
  317.  
  318. [FullUnInstall]
  319. dll = siwsi.dll
  320. function = FullUnInstall
  321.  
  322. [BackupTarget4]
  323. dll = siwsi.dll
  324. function = BackupTarget4
  325.  
  326. [RestoreTarget4]
  327. dll = siwsi.dll
  328. function = RestoreTarget4
  329.  
  330. [DelRegSymeventVXD]
  331. dll = siwsi.dll
  332. function = DeleteRegistryKey
  333. hive = SIWHKEY_LOCAL_MACHINE
  334. subkey = "System\CurrentControlSet\Services\VxD\SYMEVNT"
  335.  
  336. [CheckRegValue1]
  337. dll = siwsi.dll
  338. function = QueryRegistryValue
  339. hive = SIWHKEY_LOCAL_MACHINE
  340. subkey = "SOFTWARE\Symantec\Norton Utilities\Install\10.0\Components"
  341. value = "unerasew"
  342.  
  343. [CheckRegValue2]
  344. dll = siwsi.dll
  345. function = QueryRegistryValue
  346. hive = SIWHKEY_LOCAL_MACHINE
  347. subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
  348. value = "NPROTECT"
  349.  
  350. [CheckRegValue3]
  351. dll = siwsi.dll
  352. function = QueryRegistryValue
  353. hive = SIWHKEY_LOCAL_MACHINE
  354. subkey = "SOFTWARE\Symantec\Norton Utilities\Install\10.0"
  355. value = "RunUEProc32"
  356.  
  357. [DelRegFlag]
  358. dll = siwsi.dll
  359. function = DeleteRegistryValue
  360. hive = SIWHKEY_LOCAL_MACHINE
  361. subkey = "SOFTWARE\Symantec\Norton Utilities\Install\10.0"
  362. value = "RunUEProc32"
  363.  
  364. [DelRegSysinfowKeys]
  365. dll = siwsi.dll
  366. function = DeleteRegistryKeys
  367. hive = SIWHKEY_LOCAL_MACHINE
  368. subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\SI32.EXE"
  369. subkey = "SOFTWARE\Symantec\Norton Utilities\System Information"
  370. hive = SIWHKEY_CURRENT_USER
  371. subkey = "SOFTWARE\Symantec\Norton Utilities\System Information"
  372.  
  373. [DelRegSysinfowValues]
  374. dll = siwsi.dll
  375. function = DeleteRegistryValues
  376. hive = SIWHKEY_LOCAL_MACHINE
  377. subkey = "SOFTWARE\Microsoft\Windows\Help"
  378. value = "SI32.HLP"
  379. subkey = "SOFTWARE\Symantec\Norton Utilities\Install\10.0\Components"
  380. value = "sysinfow"
  381.  
  382. [DelRegLiveUpdateValues]
  383. dll = siwsi.dll
  384. function = DeleteRegistryValues
  385. hive = SIWHKEY_LOCAL_MACHINE
  386. subkey = "SOFTWARE\Symantec\InstalledApps"
  387. value = "LiveUpdate"
  388. subkey = "SOFTWARE\Symantec\SharedUsage"
  389. value = "LiveUpdate"
  390. subkey = "SOFTWARE\Symantec\SharedUsage"
  391. value = "LiveUpdate1"
  392.  
  393. [DelRegLiveUpdateValues2]
  394. dll = siwsi.dll
  395. function = DeleteRegistryValue
  396. hive = SIWHKEY_LOCAL_MACHINE
  397. subkey = "SOFTWARE\Symantec\SharedUsage"
  398. value = "LiveUpdate1"
  399.  
  400. [DelRegUninstallKey]
  401. dll = siwsi.dll
  402. function = DeleteRegistryKey
  403. hive = SIWHKEY_LOCAL_MACHINE
  404. subkey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Norton System Information"
  405.  
  406. [DelRegBaseKeys]
  407. dll = siwsi.dll
  408. function = DeleteRegistryKeys
  409. hive = SIWHKEY_LOCAL_MACHINE
  410. subkey = "SOFTWARE\Symantec\Norton System Info"
  411. hive = SIWHKEY_CURRENT_USER
  412. subkey = "SOFTWARE\Symantec\Norton System Info"
  413.  
  414. [DelRegHKLMSymantec]
  415. dll = siwsi.dll
  416. function = DeleteRegistryKey
  417. hive = SIWHKEY_LOCAL_MACHINE
  418. subkey = "SOFTWARE\Symantec"
  419.  
  420. [DelRegHKCUSymantec]
  421. dll = siwsi.dll
  422. function = DeleteRegistryKey
  423. hive = SIWHKEY_CURRENT_USER
  424. subkey = "SOFTWARE\Symantec"
  425.  
  426. [DelRegBaseValues]
  427. dll = siwsi.dll
  428. function = DeleteRegistryValues
  429. hive = SIWHKEY_LOCAL_MACHINE
  430. subkey = "SOFTWARE\Symantec\InstalledApps"
  431. value = "SI2.0"
  432.  
  433. [DelRegInstalledApps]
  434. dll = siwsi.dll
  435. function = DeleteRegistryKey
  436. hive = SIWHKEY_LOCAL_MACHINE
  437. subkey = "SOFTWARE\Symantec\InstalledApps"
  438.  
  439. [CheckRegComponents]
  440. dll = siwsi.dll
  441. function = IsKeyEmpty
  442. hive = SIWHKEY_LOCAL_MACHINE
  443. subkey = "SOFTWARE\Symantec\Norton System Info\Install\2.0\Components"
  444.  
  445. [CheckRegNU2]
  446. dll = siwsi.dll
  447. function = IsKeyEmpty
  448. hive = SIWHKEY_LOCAL_MACHINE
  449. subkey = "SOFTWARE\Symantec\Norton System Info"
  450.  
  451. [CheckRegNU3]
  452. dll = siwsi.dll
  453. function = IsKeyEmpty
  454. hive = SIWHKEY_CURRENT_USER
  455. subkey = "SOFTWARE\Symantec\Norton System Info"
  456.  
  457. [CheckRegHKLMSymantec]
  458. dll = siwsi.dll
  459. function = IsKeyEmpty
  460. hive = SIWHKEY_LOCAL_MACHINE
  461. subkey = "SOFTWARE\Symantec"
  462.  
  463. [CheckRegHKCUSymantec]
  464. dll = siwsi.dll
  465. function = IsKeyEmpty
  466. hive = SIWHKEY_CURRENT_USER
  467. subkey = "SOFTWARE\Symantec"
  468.  
  469. [CheckRegInstalledApps]
  470. dll = siwsi.dll
  471. function = IsKeyEmpty
  472. hive = SIWHKEY_LOCAL_MACHINE
  473. subkey = "SOFTWARE\Symantec\InstalledApps"
  474.  
  475. [DecrementOnRamp]
  476. dll = siwsi.dll
  477. function = DecrementBinaryUsageCounts
  478. section = OnRampSharedComponents
  479.  
  480. [DecrementSysfiles]
  481. dll = siwsi.dll
  482. function = DecrementBinaryUsageCounts
  483. section = SystemSharedComponents
  484.  
  485. [CleanOnRamp]
  486. dll = siwsi.dll
  487. function = CleanUpOnRamp
  488.  
  489. [RegStatusCreate]
  490. dll = siwsi.dll
  491. function = CreateStatusBox
  492. caption = "Norton System Information Setup"
  493. text = "Removing Registry Entries..."
  494.  
  495. [CleanUpStatus]
  496. dll = siwsi.dll
  497. function = CreateStatusBox
  498. caption = "Norton System Information Setup"
  499. text = "Removing Leftover System Files..."
  500.  
  501. [RegStatus33]
  502. dll = siwsi.dll
  503. function = SetStatusBoxFillPos
  504. position = 33
  505.  
  506. [RegStatus66]
  507. dll = siwsi.dll
  508. function = SetStatusBoxFillPos
  509. position = 66
  510.  
  511. [RegStatus100]
  512. dll = siwsi.dll
  513. function = SetStatusBoxFillPos
  514. position = 100
  515.  
  516. [EndStatusBox]
  517. dll = siwsi.dll
  518. function = EndStatusBox
  519.  
  520. [DelSharedLeftover]
  521. dll = siwsi.dll
  522. function = DeleteRegistryKey
  523. hive = SIWHKEY_LOCAL_MACHINE
  524. subkey = "SOFTWARE\Symantec\Shared"
  525.  
  526. [IsOnRampGT1]
  527. dll = siwsi.dll
  528. function = IsBinaryUsageCountGT1
  529. file = S32LIVE1.DLL
  530. location = TARGET11
  531.  
  532. [CheckLUValue]
  533. dll = siwsi.dll
  534. function = QueryRegistryValue
  535. hive = SIWHKEY_LOCAL_MACHINE
  536. subkey = "SOFTWARE\Symantec\SharedUsage"
  537. value = "LiveUpdate"
  538.  
  539. ;********************************************************************
  540. ; Text file mods
  541. ;********************************************************************
  542.  
  543. ;********************************************************************
  544. ; ini file modifications
  545. ;********************************************************************
  546.  
  547. [KillVxds]
  548. IniName = system.ini
  549. SectionName = 386Enh
  550. device=*symevnt.386*
  551.  
  552. ;********************************************************************
  553. ; Registration entries
  554. ;********************************************************************
  555.  
  556.  
  557. ;********************************************************************
  558. ; Misc install sections
  559. ;********************************************************************
  560.  
  561. [UpdateHelpIndex]
  562. "winhelp.exe -g %s\infodesk.hlp", TARGET3
  563.  
  564. [SharedComponents]
  565. Component = s32fate.dll
  566. Component = s32guie.dll
  567. Component = s32krnle.dll
  568. Component = s32maile.dll
  569. Component = s32mthke.dll
  570. Component = s32npte.dll
  571. Component = s32stat.dll
  572. Component = s32utile.dll
  573. Component = symgloss.hlp
  574. Component = symkrnle.dll
  575. Component = symkrnle.vxd
  576. Component = tkke16e.dll
  577. Component = tkke32e.dll
  578. Component = s32evnt1.dll
  579. Component = symevnt.386
  580. Component = symevnt1.dll
  581.  
  582. [OnRampSharedComponents]
  583. Component = s32live1.dll, TARGET11
  584. Component = s32luhf1.dll, TARGET11
  585. Component = s32luhm1.dll, TARGET11
  586. Component = s32luis1.dll, TARGET11
  587. Component = s32luuz1.dll, TARGET11
  588.  
  589. [SystemSharedComponents]
  590.  
  591.  
  592. [TargetSource]
  593. reset = TARGET
  594. location = %s, SOURCE
  595.  
  596. [LiveUpdateTarget]
  597. reset = TARGET11
  598. location = %s\Liveupdate, TARGET3
  599.  
  600. [FindInfoDesk]
  601. infodesk.cnt, TARGET3
  602.  
  603. [InfoDeskHLP]
  604. InfoDesk.HLP, TARGET3
  605.  
  606. [SymGlossHLP]
  607. SymGloss.HLP, TARGET3
  608.  
  609. [SymeventVXD]
  610. SYMEVNT.386, TARGET3
  611.  
  612. [OnRampGone]
  613. S32LUUZ1.DLL, TARGET11
  614.  
  615. [Pix]
  616. color = %s\nu.bmp, 10, -10
  617. color = %s\symlogo.rle, -1, 1
  618.  
  619. [WindowsVersion]
  620. 3.95
  621. "Norton System Information requires"
  622. "Microsoft Windows 95."
  623.  
  624.  
  625. ;********************************************************************
  626. ; Wizard panels
  627. ;********************************************************************
  628.  
  629. [Welcome]
  630. Caption="Norton System Information Setup"
  631. Title="Norton Utilities Uninstall"
  632. DlgProc=UnInstallDlgProc
  633. ResourceId=134
  634. Bitmap16=600
  635. PanelDataProc=_DefaultDataProc@0
  636. PanelFlags=First
  637.  
  638. [Warning]
  639. Caption = "Norton System Information Setup"
  640. Title="Verify Full Uninstall"
  641. DlgProc=UnInstallDlgProc
  642. ResourceId=139
  643. Bitmap16=600
  644. PanelDataProc=_DefaultDataProc@0
  645.  
  646. [RemoveFiles]
  647. Caption = "Norton System Information Setup"
  648. Title="Removing Program Files"
  649. DlgProc=UnInstallDlgProc
  650. ResourceId=135
  651. Bitmap16=600
  652. PanelDataProc=_DefaultDataProc@0
  653.  
  654. [Finished]
  655. Caption = "Norton System Information Setup"
  656. Title="Uninstall Complete"
  657. DlgProc=UnInstallDlgProc
  658. ResourceId=138
  659. Bitmap16=600
  660. PanelDataProc=_DefaultDataProc@0
  661. PanelFlags=First+Last+Finished
  662.  
  663. ;********************************************************************
  664. ; SetShell section
  665. ;********************************************************************
  666.  
  667. [SetShell]
  668. WinIniName = win.ini
  669. SystemIniName = system.ini
  670. Message = MessageBox.SetShellMessage
  671. SysSectionName = boot
  672. WinSectionName = windows
  673. shell = %s\setup.exe
  674. load =
  675. run =
  676. SetShellIfLoaded=
  677. Backup = Backup.SetShellSave
  678. Restore = Backup.SetShellRestore
  679. Active = yes
  680. IfActiveList=LoadedList
  681. SubProcess=SubProc
  682.  
  683. [SetShellSave]
  684. win.ini, win.siw, WINDOWS, WINDOWS
  685. system.ini, system.siw, WINDOWS, WINDOWS
  686.  
  687. [SetShellRestore]
  688. system.siw, system.ini, WINDOWS, WINDOWS
  689. win.siw, win.ini, WINDOWS, WINDOWS
  690.  
  691. [LoadedList]
  692. s32krnle.dll
  693. si32.exe
  694.  
  695. [SetShellMessage]
  696. caption  =  "Norton System Information Uninstall"
  697. "Welcome to the Norton System Information"
  698. "Uninstall program."
  699. " "
  700. "Please select OK to allow Uninstall to restart"
  701. "Windows and continue."
  702. " "
  703. "Press Cancel to exit Uninstall."
  704.  
  705.  
  706.  
  707.